Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Functions for Getting and Playing Movies / Controlling Movie Playback


StopMovie

The StopMovie function stops the playback of a movie.

pascal void StopMovie (Movie theMovie);
theMovie
Specifies the movie for this operation. Your application obtains this movie identifier from such functions as NewMovie, NewMovieFromFile, and NewMovieFromHandle (described on page 2-80, page 2-76, and page 2-78, respectively).
ERROR CODES
invalidMovie-2010This movie is corrupted or invalid
SEE ALSO
You can use the StartMovie function described in the previous section to resume playing.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996